103. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2022-09-08 08:49:14 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

103.1 Files compared

#LocationFileLast Modified
1/Volumes/Data 1/Ampps/www/Porto v4.0.2/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Theme/web/css/source/module_collapsible_navigation.less2015-12-20 21:05:06 +0000
2Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Theme/web/css/source/module_collapsible_navigation.less2022-09-07 03:59:25 +0000

103.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged4208
Changed24
Inserted00
Removed12

103.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

103.4 Active regular expressions

No regular expressions were active.

103.5 Comparison detail

1 // /** 1 // /**
2 //  * Copyright © 2015 Magento. All rights reserved. 2 //  * Copyright © 2015 Magento. All rights reserved.
3 //  * See COPYING.txt for license details. 3 //  * See COPYING.txt for license details.
4 //  */ 4 //  */
5  5 
6 // 6 //
7 //  Variables 7 //  Variables
8 //  --------------------------------------------- 8 //  ---------------------------------------------
9  9 
10 @collapsible-nav-color: #777; 10 @collapsible-nav-color: #777;
11 @collapsible-nav-current-color: @theme-color; 11 @collapsible-nav-current-color: @theme-color;
12 @collapsible-nav-current-font-weight: 400; 12 @collapsible-nav-current-font-weight: 400;
13 @collapsible-nav-item-hover: @theme-color; 13 @collapsible-nav-item-hover: @theme-color;
14  14 
15 // 15 //
16  16 
17 // 17 //
18 //  Common 18 //  Common
19 //  --------------------------------------------- 19 //  ---------------------------------------------
20  20 
21 & when (@media-common = true) { 21 & when (@media-common = true) {
22  22 
23 // 23 //
24 //  Collapsible navigation 24 //  Collapsible navigation
25 //  --------------------------------------------- 25 //  ---------------------------------------------
26  26 
27 .block-collapsible-nav { 27 .block-collapsible-nav {
28     .content { 28     .content {
29          29 
30     } 30     }
31     .item { 31     .item {
32         border-bottom: 1px solid #ddd;    
33             
34         &:first-child { 32         &:first-child {
35             border-top: 1px solid #ddd; 33             border-top: 1px solid #ddd;
36         } 34         }
37         a, 35         a,
38         > strong { 36         > strong {
39             .lib-css(color, @collapsible-nav-color); 37             .lib-css(color, @collapsible-nav-color);
40             display: block; 38             display: block;
41             padding: 8px 18px 8px 15px; 39             padding: 8px 18px 8px 15px;
42             position: relative; 40             position: relative;
43              41             border-bottom: 1px solid #ddd;
44             &:before { 42             &:before {
45                 font-family: @icon-font-family; 43                 font-family: @icon-font-family;
46                 content: @icon-right-dir; 44                 content: @icon-right-dir;
47                 position: absolute; 45                 position: absolute;
48                 left: 0; 46                 left: 0;
49             } 47             }
50         } 48         }
51         a { 49         a {
52             text-decoration: none; 50             text-decoration: none;
53             &:hover, &:active, &:focus { 51             &:hover, &:active, &:focus {
54                 .lib-css(color, @collapsible-nav-item-hover); 52                 .lib-css(color, @collapsible-nav-item-hover);
55                 background-color: transparent; 53                 background-color: transparent;
56             } 54             }
57         } 55         }
58         &.current { 56         &.current {
59             a, 57             a,
60             strong { 58             strong {
61                 .lib-css(color, @collapsible-nav-current-color); 59                 .lib-css(color, @collapsible-nav-current-color);
62                 .lib-css(font-weight, @collapsible-nav-current-font-weight); 60                 .lib-css(font-weight, @collapsible-nav-current-font-weight);
63             } 61             }
64         } 62         }
65     } 63     }
66 } 64 }
67  65 
68 } 66 }
69  67 
70 // 68 //
71 //  Desktop 69 //  Desktop
72 //  --------------------------------------------- 70 //  ---------------------------------------------
73  71 
74 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) { 72 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
75     .block-collapsible-nav { 73     .block-collapsible-nav {
76         .title { 74         .title {
77             &:extend(.abs-visually-hidden-desktop all); 75             &:extend(.abs-visually-hidden-desktop all);
78         } 76         }
79     } 77     }
80 } 78 }
81  79 
82 // 80 //
83 //  Mobile 81 //  Mobile
84 //  --------------------------------------------- 82 //  ---------------------------------------------
85  83 
86 .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) { 84 .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
87     .block-collapsible-nav { 85     .block-collapsible-nav {
88         left: 0; 86         left: 0;
89         position: absolute; 87         position: absolute;
90         top: 0; 88         top: 0;
91         width: 100%; 89         width: 100%;
92         z-index: 5; 90         z-index: 5;
93         background-color: @body_background-color; 91         background-color: @body_background-color;
94         .title { 92         .title {
95             &:extend(.abs-toggling-title-mobile all); 93             &:extend(.abs-toggling-title-mobile all);
96         } 94         }
97         .content { 95         .content {
98             border-bottom: @border-width__base solid @border-color__base; 96             border-bottom: @border-width__base solid @border-color__base;
99             display: none; 97             display: none;
100             &.active { 98             &.active {
101                 display: block; 99                 display: block;
102             } 100             }
103         } 101         }
104         .item { 102         .item {
105             padding: 0 15px; 103             padding: 0 15px;
106         } 104         }
107     } 105     }
108 } 106 }